Welcome![Sign In][Sign Up]
Location:
Search - mfc image

Search list

[Wavelet图像小波变换

Description: 这是小波变换软件在图像处理中的应用,该软件是基于MFC的,可以处理不同大小的图像,同样也可以更换小波函数,实现不同的小波变换。-This is the wavelet transform the image processing software, the application of the software is based on the MFC, can handle different sizes of the images, but also can be replaced wavelet function, allowing different wavelet transform.
Platform: | Size: 69632 | Author: 黄林海 | Hits:

[Windows Developvisual c++.net应用编程150例

Description: 本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certain to have Visual C based on the application prepared by the reader, the book by 150 examples, comprehensive, in-depth introduced to the use of Visual C 6.0 application procedures commonly used methods and techniques. The book is divided into six chapters, mainly on the Visual C. Net interface effects, graphics and image processing, document control and system functions, applications and controls MFC programming, database development and other content. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to solve a problem category, readers grasp examples of technology or skills, the use of these techniques may try to achieve more complex functions, applications to a wider range.
Platform: | Size: 1661952 | Author: 刘建国 | Hits:

[Graph program8433028879

Description: 一款类似photoshop的图形处理软件,利用vc mfc编程的数字图象处理工具。极其精彩!-new graphics software, using vc mfc programming digital image processing tools. Very exciting!
Platform: | Size: 174080 | Author: 姚朝强 | Hits:

[OpenGL programC__DocumentsandSettings_cq_桌面_VC

Description: 二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information <OpenGL> Image Processing himself to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initializatio
Platform: | Size: 106496 | Author: 李茜 | Hits:

[Game ProgramblockMFC

Description: 俄罗斯方块游戏 MFC 源代码,从事通信、图像处理,DIRECT3D-Tetris game MFC source code, engaged in communications, image processing, DIRECT3D
Platform: | Size: 265216 | Author: 吴明 | Hits:

[OpenGL program二维图像三维显示

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introduced OpenG
Platform: | Size: 106496 | Author: 张立强 | Hits:

[Picture Viewerbmp2jpeg

Description: 一个将bmp格式图像压缩成为jpeg格式的mfc程序-A MFC program that can convert a BMP format image file to a jpeg zipped file.
Platform: | Size: 106496 | Author: al | Hits:

[assembly languageCircuit3

Description: 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods for estimating the target region in the next frame image position; Until this process cycle from the goal frame images disappear. Technology : avi video streaming reading frame; Image frame storage formats; RGB images of gray; Gray image smoothing filter; Block motion estimation algorithm implementation; MFC showed images frame; MFC on the use of the mouse.
Platform: | Size: 110592 | Author: | Hits:

[GDI-Bitmapmfc_rle

Description: mfc框架下的对图像的rle压缩和解压缩的源码,是不错的实验框架-mfc under the framework of image compression and decompression eps, the source is good experimental framework
Platform: | Size: 61440 | Author: 孟庆洋 | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105472 | Author: 周立 | Hits:

[2D GraphicRotateBmp

Description: 可载入bmp图档 并且调整旋转角度,经过程式运算即可显示旋转后的结果在画面中-bmp image files can be printed and rotation angle adjustment, after computing program can show the results of rotating the picture
Platform: | Size: 1409024 | Author: 林世伟 | Hits:

[Graph programimage_process_test

Description: 本程序是我用mfc实现的图像处理的一系列功能,如平滑,分割,编码等乖,可用于一般的实验测试,并实现了一篇论文的自动阈值选取算法。-this procedure is used mfc I realized a series of image processing functions, such as smoothing, segmentation, clever coding, can be used for general laboratory tests and realized a paper automatic threshold selection algorithm.
Platform: | Size: 526336 | Author: wuhq | Hits:

[GDI-BitmapBMPViewer22

Description: 基于MFC的文档/视图结构的编程,本程序的编程思想是,将BMP位图作为一个资源嵌入进本程序中,而且可以加载多个资源位图,这样在程序中就会有多个图像资源ID,只要在程序中改动一下ID,就可以将这个ID指示的位图显示出来了,本程序只显示BMP图像,-based MFC Document/View structure of the program, the process of programming ideas, will BMP as a bitmap resources embedded into the process, but also a number of resources can be loaded bitmap, in this process there will be a number of image resource ID, as long as the procedures you change ID, it can be indicative of the ID bitmap displayed, the program showed only BMP images,
Platform: | Size: 2120704 | Author: 大海 | Hits:

[Special Effectsupdateedge

Description: 基于MFC的边缘检测,在数字图像处理中有重要的作用。-edge detection in digital image processing is an important role.
Platform: | Size: 1024 | Author: ericmoon | Hits:

[GDI-BitmapMIL_MFC

Description: 利用MFC编译的程序,它是Matrox公司的meter_2标准图象采集卡的一个应用程序,可以实现图象的抓取显示和保存-use MFC compiled procedures, it is Matrox's meter_2 standard image acquisition card of an application, Images can display and preserve crawls
Platform: | Size: 1434624 | Author: 杨风 | Hits:

[GDI-BitmapBmpMfc

Description: 这是一个对BMP图像进行处理的程序,用VC++6.0实现,可以对图像进行旋转-this is a BMP image processing procedures, with VC 6.0, the image rotation
Platform: | Size: 102400 | Author: 张华 | Hits:

[Special EffectsHoughMFC

Description: 用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错-using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!
Platform: | Size: 318464 | Author: 山海涛 | Hits:

[Special EffectsCAMSHIFT_MFC

Description: 在MFC下写的camshift图像跟踪程序-MFC wrote in the image tracking procedures camshift
Platform: | Size: 30720 | Author: 追逐光年 | Hits:

[Picture Vieweropbmp

Description: 使用MFC类库的CImage类实现读取图片文件并能缩放显示-use of the MFC CImage Class Implementation read image files and can zoom show
Platform: | Size: 110592 | Author: 司慧琳 | Hits:

[Special EffectsMFCprogrammingdemo2

Description: 利用VC++6.0实现的图像处理软件,非常好-VC 6.0 image processing software, very good
Platform: | Size: 3953664 | Author: 陈昵 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net